home *** CD-ROM | disk | FTP | other *** search
- on mouseUp me
- global warmtreesr, warmtreesg, warmtreesb, iconfade
- showit(36, 38)
- set the blend of sprite 50 to 100
- repeat with iconfade = 47 to 49
- set the blend of sprite iconfade to 50
- end repeat
- repeat with iconfade = 51 to 54
- set the blend of sprite iconfade to 50
- end repeat
- set the memberNum of sprite 36 to 23
- sprite(50).color = rgb(warmtreesr, warmtreesg, warmtreesb)
- sprite(45).color = rgb(warmtreesr, warmtreesg, warmtreesb)
- sprite(46).color = rgb(warmtreesr - 60, warmtreesg - 60, warmtreesb - 60)
- set the locH of sprite 38 to 439 + (warmtreesg * 0.78400000000000003)
- end
-